Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Private 
Function 
Remove ( _
	
item 
As 
KeyValuePair(
Of K, V) _
) 
As 
Boolean 
Implements 
ICollection(
Of 
KeyValuePair(
Of K, V)).
Remove
C#
bool 
ICollection<
KeyValuePair<K, V>>.
Remove(
	
KeyValuePair<K, V> 
item
)
Visual C++
private:
virtual 
bool 
Remove(
	
KeyValuePair<K, V> 
item
) 
sealed = 
ICollection<
KeyValuePair<K, V>>::
Remove
JavaScript
JavaScript does not support explicit
interface implementations.

Parameters

item
Type: KeyValuePair < (Of < ( K , V > ) > )

Implements

ICollectionRemove(UTP)

See Also